force the usage of the shared libzstd library.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sun, 28 May 2023 08:41:24 +0000 (09:41 +0100)
committerPatrick Franz <deltaone@debian.org>
Sun, 28 May 2023 08:41:24 +0000 (09:41 +0100)
commitd6493d3cefd740fe12498ec5d53839e707f59927
tree898c72f230d3161c1045d884cd03598de484e076
parentb2948bd057206316c4422e0f0c250c960621df65
force the usage of the shared libzstd library.

Bug: https://bugreports.qt.io/browse/QTBUG-110978
Forwarded: not-needed

The library provides both versions, and the original code prefers the static
version over the shared, while on Debian it should always use the shared
version.

Gbp-Pq: Name force_shared_libzstd.patch
cmake/FindWrapZSTD.cmake